home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / rocketbi.swf / scripts / DefineButton2_497 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2011-03-26  |  84 b   |  6 lines

  1. on(press){
  2.    _root.screen = "store";
  3.    _parent.play();
  4.    _parent._y += 2;
  5. }
  6.